home *** CD-ROM | disk | FTP | other *** search
/ APDL Other Worlds / APDL Other Worlds Collection.iso / SF3000 / Extras / !SFcolours / h / SFCCreateFile < prev    next >
Encoding:
Text File  |  2003-10-24  |  290 b   |  17 lines

  1. /*
  2.  *  SFcolours - Star Fighter 3000 colours editor
  3.  *  Colours file creation dbox
  4.  *  Copyright (C) 2001  Chris Bazley
  5.  */
  6.  
  7. #ifndef SFCCreateFile_h
  8. #define SFCCreateFile_h
  9.  
  10. #include "toolbox.h"
  11.  
  12. extern ObjectId CreateFile_sharedid;
  13.  
  14. extern void CreateFile_initialise(ObjectId id);
  15.  
  16. #endif
  17.